home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 68 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: canopus.cc.umanitoba.ca!mwcs!bill.shymanski
  2. From: bill.shymanski@mwcs.mb.ca (BILL SHYMANSKI)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Whats wrong with this ?
  5. Message-ID: <8B804C3.028600267A.uuout@mwcs.mb.ca>
  6. Date: Mon, 01 Jan 96 20:19:00 -0600
  7. Distribution: world
  8. Organization: Muddy Waters Computer Society inc.
  9. Reply-To: bill.shymanski@mwcs.mb.ca (BILL SHYMANSKI)
  10. References: <Pine.A32.3.91.951229150806.17743C-100000@red.weeg.uiowa.edu
  11. X-Newsreader: PCBoard Version 15.22
  12. X-Mailer: PCBoard/UUOUT Version 1.20
  13.  
  14. -> From: James Robinson <robinson@blue.weeg.uiowa.edu>
  15. -> Newsgroups: comp.lang.c
  16. -> Subject: Re: Whats wrong with this ?
  17. -> Date: Fri, 29 Dec 1995 15:26:37 -0600
  18. -> Organization: University of Iowa, Iowa City, IA, USA
  19. -> Lines: 71
  20. -> Message-ID:
  21. -> <Pine.A32.3.91.951229150806.17743C-100000@red.weeg.uiowa.edu>
  22. -> References: <cqE5wINKcZGc088yn@sn.no>
  23. -> NNTP-Posting-Host: red.weeg.uiowa.edu
  24. -> In-Reply-To: <cqE5wINKcZGc088yn@sn.no>
  25. ->
  26.  
  27. <deletions,  on a programming problem >
  28.  
  29. ->
  30. -> I believe you meant
  31. -> #define CR 13  /* on ASCII systems */
  32. -> #define LF 10  /* ditto */
  33. ->
  34. ->
  35.  
  36. <more deletions >
  37.  
  38.  
  39. -> /**James Robinson***********************
  40.  
  41.  
  42. As a newcomer to C and the great wide world of programming: are there
  43. many non-ASCII systems out there ?  I guess that there are some
  44. operating systems that use double-byte characters; but are (were) there
  45. EBCDIC or other character-code C implementations ?
  46.  
  47. Imagining  an EBCDIC UNIX...
  48.  
  49. Bill
  50.  
  51. bill.shymanski@mwcs.mb.ca
  52.